- When WinTr setup.exe started it checks if .NET Framework 3.5 installed on your machine.
  If it is not downloads from Microsoft Internet site automatically.
- Second stage is installing of WinTr.
- At first startup after the completing WinTr installation installs SQL Server 2005. 
  Even if SQL server 2005 installed on your machine it will install new WinTr named instance.
- After completing this winTr will work successfuly.

Usage of the Sample Project:
- If you didn't change the path at the installation sample projects in the 
  "C:\Program Files\Fultek\WinTr\Project\" folder. You must save as this projects when you 
  first open. Thus paths of images and configuration files in the project will saved. 
- Furthermore save as operation will create a database for this projects. If you installing
  WinTr orsaving for a secondly Database name will change by adding a number its end. At the
  end of this operation the web page inside the "Example Project web" project will not connect
  to the scada. Because this project communicates "Example_Project_web" database as default. 
  With save as operation it's name changed to the "Example_Project_web_1".You can establish
  connection with two different way:	
	A) By opening tag.asp and tag_oku.asp files in the demo_htm folder with notepad and 
	   change database name.
  	B) By free licensed "Microsoft SQL Server Management Studio Express" software. Using
 	   this software delete the database named "Example_Project_web". From WinTr save as
 	   again. Because of this database has been deleted WinTr will create a database named
	   "Example_Project_web" for this project when you make save as. 

Note: If WinTr instance named SQL server that installed by WinTr uninstalled and then installed
      again databases that belongs to deleted server will not deleted. New installed SQL server
      will not create a databases with this names. There is two solution for this:
	A) You can manualy delete old databases. 	
	B) You can change the name of your WinTr project.